home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maclife 40
/
MACLIFE40.ISO.7z
/
MACLIFE40.ISO
/
MACLIFE連載
/
特集II DTPデザインを効率化
/
AppleScript⁄サンプル
/
SampleScript
/
FinderScript
/
Finder Quit
/
Finder Quit.TXT
< prev
next >
Wrap
Text File
|
1997-10-25
|
171b
|
12 lines
tell application "Finder"
set AppList to (every process)
end tell
repeat with LA in AppList
tell LA
quit
end tell
end repeat
tell application "Finder"
quit
end tell